home *** CD-ROM | disk | FTP | other *** search
- object frmEditSchedule: TfrmEditSchedule
- Left = 0
- Top = 0
- Caption = 'Schedule settings'
- ClientHeight = 381
- ClientWidth = 421
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 421
- 381)
- PixelsPerInch = 96
- TextHeight = 13
- object gbFull: TTntGroupBox
- Left = 8
- Top = 176
- Width = 405
- Height = 165
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Full Backup'
- TabOrder = 0
- ExplicitWidth = 394
- object lblDescriptionFull: TTntLabel
- Left = 8
- Top = 20
- Width = 132
- Height = 13
- Caption = 'Backups all files every time.'
- end
- object lblPerformFull: TTntLabel
- Left = 8
- Top = 52
- Width = 69
- Height = 13
- Caption = 'Perform every'
- end
- object lblAtFull: TTntLabel
- Left = 204
- Top = 54
- Width = 10
- Height = 13
- Caption = 'at'
- end
- object cbWeekDaysFull: TTntCheckListBox
- Left = 88
- Top = 54
- Width = 105
- Height = 97
- OnClickCheck = cbWeekDaysFullClickCheck
- ItemHeight = 13
- Items.Strings = (
- 'Monday'
- 'Tuesday'
- 'Wednesday'
- 'Thursday'
- 'Friday'
- 'Saturday'
- 'Sunday')
- TabOrder = 0
- end
- object dtpFull: TTntDateTimePicker
- Left = 224
- Top = 51
- Width = 73
- Height = 21
- Date = 38833.550921215280000000
- Format = '09:12 AN'
- Time = 38833.550921215280000000
- Kind = dtkTime
- TabOrder = 1
- end
- end
- object gbIncremental: TTntGroupBox
- Left = 8
- Top = 8
- Width = 405
- Height = 161
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Incremental Backup'
- TabOrder = 1
- ExplicitWidth = 394
- object lblDescriptionIncremental: TTntLabel
- Left = 8
- Top = 20
- Width = 333
- Height = 13
- Caption =
- 'Backups only files that are new or has changed since the last ba' +
- 'ckup.'
- end
- object lblPerformIncremental: TTntLabel
- Left = 8
- Top = 53
- Width = 69
- Height = 13
- Caption = 'Perform every'
- end
- object lblAtIncremental: TTntLabel
- Left = 204
- Top = 54
- Width = 10
- Height = 13
- Caption = 'at'
- end
- object cbWeekDaysIncremental: TTntCheckListBox
- Left = 88
- Top = 51
- Width = 105
- Height = 97
- OnClickCheck = cbWeekDaysIncrementalClickCheck
- ItemHeight = 13
- Items.Strings = (
- 'Monday'
- 'Tuesday'
- 'Wednesday'
- 'Thursday'
- 'Friday'
- 'Saturday'
- 'Sunday')
- TabOrder = 0
- end
- object dtpIncremental: TTntDateTimePicker
- Left = 224
- Top = 51
- Width = 73
- Height = 21
- Date = 38833.883333333330000000
- Format = '09:12 PN'
- Time = 38833.883333333330000000
- Kind = dtkTime
- TabOrder = 1
- end
- end
- object btnOK: TTntButton
- Left = 254
- Top = 348
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = btnOKClick
- ExplicitLeft = 243
- end
- object btnCancel: TTntButton
- Left = 335
- Top = 348
- Width = 78
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- ExplicitLeft = 324
- end
- end
-